home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue38 / Clinic / KeyTestU.dfm / KeyTestU.txt
Text File  |  1998-07-06  |  620b  |  31 lines

  1. object Form1: TForm1
  2.   Left = 320
  3.   Top = 355
  4.   BorderStyle = bsToolWindow
  5.   Caption = ' '
  6.   ClientHeight = 19
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 241
  19.     Height = 19
  20.     Align = alClient
  21.     Alignment = taCenter
  22.     Caption = 'Press any key on your keyboard...'
  23.     Font.Color = clWindowText
  24.     Font.Height = -16
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     WordWrap = True
  29.   end
  30. end
  31.